bitkeeper revision 1.1665.4.1 (42a40cf0EmwulK0I8hNEb2dVbDEkvQ)
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Mon, 6 Jun 2005 08:44:32 +0000 (08:44 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Mon, 6 Jun 2005 08:44:32 +0000 (08:44 +0000)
commitaac7970f2642ba831248bc0748985e49d4fd32ba
tree30b09aac238ecc6ee5a487770f1b2cb8ec5f5827
parent7254a301ec076dc8ae0c2fb521b2854cbca6df81
bitkeeper revision 1.1665.4.1 (42a40cf0EmwulK0I8hNEb2dVbDEkvQ)

xc_private.h, xc_linux_build.c, Makefile:
  Add support for loading ``bin'' format images, as used by ReactOS.
  Move image probing/parsing/loading code out of domain builder to allow
  multiple image formats without having to duplicate the domain building
  code.
xc_load_elf.c, xc_load_bin.c:
  new file
xc_vmx_build.c:
  Cleanup.
Signed-Off-By: Ge van Geldorp <gvg@reactos.com>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
.rootkeys
tools/libxc/Makefile
tools/libxc/xc_linux_build.c
tools/libxc/xc_load_bin.c [new file with mode: 0644]
tools/libxc/xc_load_elf.c [new file with mode: 0644]
tools/libxc/xc_private.h
tools/libxc/xc_vmx_build.c